home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form1
- BorderStyle = 0 'None
- Caption = "Form1"
- ClientHeight = 3870
- ClientLeft = 1125
- ClientTop = 1755
- ClientWidth = 7425
- Height = 4275
- Left = 1065
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- ScaleHeight = 258
- ScaleMode = 3 'Pixel
- ScaleWidth = 495
- Top = 1410
- Width = 7545
- WindowState = 1 'Minimized
- Begin CommandButton Command1
- Caption = "O.K."
- Height = 375
- Left = 3480
- TabIndex = 0
- Top = 3360
- Width = 975
- End
- Sub Command1_Click ()
- Unload Form1
- End Sub
-